p {
    letter-spacing: normal;
    line-height: 24px;
    color: #888;
    font-weight: 300;
    font-size: 15px;
}
blockquote {
    background-color: #f6f6f6;
    padding: 25px;
    position: relative;
    border-left: 5px solid #2196F3;
    font-size: inherit;
    line-height: 1.7;
    color: #888;
}
.error{
    padding: 10px 0 ;
    color: #a94442;
}
.search-form{
  position: relative;
}
.search-field{
  border-color: #e9e9e9!important;
  background:#fff;
}
.search-field:focus {
	border-color: #2196F3!important;
}
.form-control {
    /*height: 60px;*/
    padding: 20px 15px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: #212121;
    border: 1px solid #eee;
    border-radius: 0;
}
.search-submit {
    position: absolute;
    right: 20px;
    top: 10px;
    background: none;
    border: 0;
    padding: 0;
    font-size: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #e0e0e0;
}

/* Widget Categories */

.widget_categories ul li:first-child,
.widget_archive ul li:first-child{
  margin-top: 0;
}
.widget_categories ul li,
.widget_archive ul li{
  margin-top: 20px;
  line-height: 25px;
  list-style: none;
}
.widget_categories ul li a,
.widget_archive ul li a{
  color: #888;
  font-weight:100;
}
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_categories ul li a.visited,
.widget_categories ul li a:focus,
.widget_categories ul li a:active{
  color:#2196F3;
  text-decoration: none;
}

/* Widget Tags */
.post-tags a{
    display: inline-block;
    padding: 5px 11px;
    margin: 0 5px 15px 0;
    border: 1px solid #fff;
    font-size: 15px;
    font-weight: 300;
    color: #888;
	background:#fff;
}
.post-tags a:hover,.post-tags a:focus,.post-tags a:active, .post-tags a.visited{
  background: #2196F3;
  border: 1px solid #2196F3;
  color:#fff;
  text-decoration: none;
}
.aside-tag-link,.aside-tag-link:hover{
    cursor: pointer;
}
.post-controls{
  margin-top: 10px;
  overflow: hidden;
}
.post-share li{
  display: inline-block;
  padding-right: 10px;
  margin:0;
}
.post-controls .post-share{
  float: left;
}
.post-controls .comments-info{
  float: right;
}
.comments-info a{
    transition: 0.3s;
    text-decoration: none;
    color: #212121;
}
.post-controls .post-share li a {
    cursor: pointer;
    transition: 0.3s;
	color:#212121;
}
.post-controls .post-share li a:hover {
    transition: 0.3s;
	color:#2196F3;
}
.comment-reply-title {
    font-style: normal;
    font-family: 'Lato', sans-serif;
    color: #212121;
    font-size: 19px;
    margin-bottom: 20px;
}
.comments{
    overflow-y: scroll;
    max-height: 450px;
}
.comments .comment{
    background-color: #eee;
    list-style: none;
}
.comments::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.comments::-webkit-scrollbar-track {
    background: transparent; 
}
 
/* Handle */
.comments::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
.comments::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.post .post-img{
    max-height: 100%;
}
.article-content{
    max-height: 500px;
}
.article-content p img{
    width: 100%;
}